Xbasic

INET::Socket::Write Method

Syntax

Result_Flag as L = Write(Data as C [, Length as N])

Arguments

Result_Flag

TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).

Data

Character data to write to the connection.

Length

The number of characters to write.

Description

The INET::Socket::Write() method writes character data.

See Also